-
Notifications
You must be signed in to change notification settings - Fork 2.2k
FINERACT-2326: Refactor trial balance processing to reduce cognitive complexity #5179
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Conversation
IOhacker
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you please elaborate how it improves the changes in the Trial Balance Processing ? Any financial user has sent a report about an issue with this feature?
There's no user reported issues the matter related with maintained code is more readable, focused methods and consolidating duplicated logic |
|
@a7med3del1973 FINERACT-2181 is closed story. Please kindly use FINERACT-2326 instead. |
adamsaghy
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Kindly see my request.
37dbd12 to
d50eedd
Compare
|
@IOhacker Seems like this is only refactor for readability, no functional changes AFAIK. |
d50eedd to
9ddcdac
Compare
|
@a7med3del1973 Since you are refactoring this piece of code. Would it make sense to rewrite to use JQPL instead of native queries? |
Description
Describe the changes made and why they were made.
Ignore if these details are present on the associated Apache Fineract JIRA ticket.
Checklist
Please make sure these boxes are checked before submitting your pull request - thanks!
FYI our guidelines for code reviews are at https://cwiki.apache.org/confluence/display/FINERACT/Code+Review+Guide.